home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
addres
/
standby.frm
< prev
Wrap
Text File
|
1995-05-08
|
1KB
|
41 lines
VERSION 2.00
Begin Form Standby
BorderStyle = 3 'Fixed Double
ClientHeight = 1200
ClientLeft = 1890
ClientTop = 2070
ClientWidth = 5490
ControlBox = 0 'False
Height = 1605
Left = 1830
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1200
ScaleWidth = 5490
Top = 1725
Width = 5610
Begin Label Label1
Caption = "Please StandBy .... DataBase Compacting."
FontBold = -1 'True
FontItalic = 0 'False
FontName = "Arial"
FontSize = 24
FontStrikethru = 0 'False
FontUnderline = 0 'False
ForeColor = &H00FF0000&
Height = 1095
Left = 0
TabIndex = 0
Top = 0
Width = 5415
WordWrap = -1 'True
End
End
Sub Form_Load ()
'just a BIG wait display with no title bar. note form settings.
Standby.Top = (Screen.Height - Standby.Height) \ 4
Standby.Left = (Screen.Width - Standby.Width) \ 2
End Sub